gtkicontheme: Fix a missing case where we forget to set is_svg
authorJasper St. Pierre <jstpierre@mecheye.net>
Mon, 16 Jun 2014 14:41:35 +0000 (10:41 -0400)
committerJasper St. Pierre <jstpierre@mecheye.net>
Mon, 16 Jun 2014 14:47:34 +0000 (10:47 -0400)
commitc2bf7a887c1f455aceb51c2fc042165d3b5e4005
tree9276a32b1826af4c775adfd74a35effdd7a80d9d
parentc4fc71058ad3f88628742c7abcca94392cdf9fb6
gtkicontheme: Fix a missing case where we forget to set is_svg

When duplicating the icon_info, we forgot to set is_svg. This meant that
any application that used gtk_icon_info_load_icon_async wouldn't have
is_svg set properly.

This fixes blurry icons in the gnome-shell app picker.
gtk/gtkicontheme.c